-
Notifications
You must be signed in to change notification settings - Fork 763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync microsoft/vscode-go@d53b1b3 #17
Conversation
…t, and update gopls default version (microsoft#3041)
…sync microsoft/vscode-go@d53b1b3 * 'master' of https://github.com/microsoft/vscode-go: goLanguageServer: set completion follow up command from middleware (microsoft#3084) Add stacktrace dump and better error messages on EXC_BAD_ACCESS panics (microsoft#2904) Address mismatch on path separators in debug config (microsoft#2010) (microsoft#3108)
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
cla label override: this is a merge commit |
This PR (HEAD: 2066d2c) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/224240 to see it. Tip: You can toggle comments from me using the |
import of ProvideCompletionItenSignature was removed by https://go-review.googlesource.com/c/vscode-go/+/222417 which is not yet merged in upstream. It is needed by the upstream commit microsoft/vscode-go@d53b1b3.
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
This PR (HEAD: 3a8de3f) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/224240 to see it. Tip: You can toggle comments from me using the |
cla:yes override: this is a merge commit + a commit 3a8de3f (authored by me) that fixes merge conflicts. |
Message from Hyang-Ah Hana Kim: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/224240. |
Message from Rebecca Stambler: Patch Set 2: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/224240. |
Merge branch 'master' of https://github.com/microsoft/vscode-go@d53b1b3 * 'master' of https://github.com/microsoft/vscode-go: goLanguageServer: set completion follow up command from middleware (microsoft#3084) Add stacktrace dump and better error messages on EXC_BAD_ACCESS panics (microsoft#2904) Address mismatch on path separators in debug config (microsoft#2010) (microsoft#3108) Created by `git pull --no-ff --log upstream master` Change-Id: Id38768f3ec1bd01fa81325978f51f314fc1c08cb GitHub-Last-Rev: 3a8de3f GitHub-Pull-Request: #17 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/224240 Reviewed-by: Rebecca Stambler <[email protected]>
This PR is being closed because golang.org/cl/224240 has been merged. |
Merge branch 'master' of https://github.com/microsoft/vscode-go@d53b1b3
goLanguageServer: set completion follow up command from middleware (microsoft#3084)
Add stacktrace dump and better error messages on EXC_BAD_ACCESS panics (microsoft#2904)
Address mismatch on path separators in debug config (microsoft#2010) (microsoft#3108)
Created by
git pull --no-ff --log upstream master